ruby-regex: how to match for "/table[number]" ?

Posted by wefwgeweg on Stack Overflow See other posts from Stack Overflow or by wefwgeweg
Published on 2010-04-23T06:15:25Z Indexed on 2010/04/23 6:23 UTC
Read the original article Hit count: 321

Filed under:
|

i want to match for all "/table[number]"

so strings like "/table[1]" and "/table" are matched.

© Stack Overflow or respective owner

Related posts about regex

Related posts about ruby